We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8b1fd commit 2b032a2Copy full SHA for 2b032a2
rust_programs/ttf_renderer/Cargo.toml
@@ -10,3 +10,6 @@ axle_rt_derive = {path = "../axle_rt_derive" }
10
agx_definitions = {path = "../agx_definitions"}
11
num-traits = { version = "0.2", default-features = false, features = ["libm"]}
12
itertools = { version = "0.10.5", default-features = false }
13
+
14
+[features]
15
+no_std = []
0 commit comments