Skip to content

Commit

Permalink
Enable #[no_std] for rlottie-sys (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
msrd0 committed Oct 17, 2022
1 parent e44b1ae commit dbde69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rlottie-sys/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#![no_std]
#![allow(non_camel_case_types, non_snake_case, non_upper_case_globals)]

//! Unsafe Rust bindings to rlottie.
Expand Down

0 comments on commit dbde69e

Please sign in to comment.