Cargo Features
romy-sdl2 has no features set by default.
[dependencies]
romy-sdl2 = { version = "0.32.2", features = ["unsafe_textures", "gfx", "mixer", "image", "ttf", "use-bindgen", "use-pkgconfig", "use_mac_framework", "bundled", "static-link"] }
- unsafe_textures
-
Affects
render::Texture
… - gfx = c_vec
-
Enables gfx of sdl2-sys ^0.32
Affects
romy-sdl2::gfx
… - mixer
-
Enables mixer of sdl2-sys ^0.32
Affects
romy-sdl2::mixer
… - image
-
Enables image of sdl2-sys ^0.32
Affects
romy-sdl2::image
… - ttf
-
Enables ttf of sdl2-sys ^0.32
Affects
romy-sdl2::ttf
… - use-bindgen
-
Enables use-bindgen of sdl2-sys ^0.32
- use-pkgconfig
-
Enables use-pkgconfig of sdl2-sys ^0.32
- use_mac_framework
-
Enables use_mac_framework of sdl2-sys ^0.32
- bundled
-
Enables bundled of sdl2-sys ^0.32
- static-link
-
Enables static-link of sdl2-sys ^0.32
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- c_vec gfx?
-
Enables c_vec >=1.0, <=1.3