Skip to content

Commit 2b032a2

Browse files
committed
[TTF] Define no_std feature
1 parent 2d8b1fd commit 2b032a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust_programs/ttf_renderer/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ axle_rt_derive = {path = "../axle_rt_derive" }
1010
agx_definitions = {path = "../agx_definitions"}
1111
num-traits = { version = "0.2", default-features = false, features = ["libm"]}
1212
itertools = { version = "0.10.5", default-features = false }
13+
14+
[features]
15+
no_std = []

0 commit comments

Comments
 (0)