sdl2] git = "https://github.com/rust-sdl2/rust-sdl2" Otherwise, clone this repo and run cargo cargo build You can enable features such as ttf, image, gfx and mixer by adding this instead: [dependencies.sdl2] version = "0.37" default-features = false features = ["ttf","image",...
C:\Program Files\Rust\bin\rustlib\x86_64-pc-windows-gnu\lib or to your library folder of choice, and ensure you have a system environment variable of LIBRARY_PATH = C:\your\rust\library\folder For Rustup users, this folder will be in C:\Users\{Your Username}\.rustup\toolchains\{curr...
A simulation of universal gravitation written in Rust_SDL2 It uses Newton's Law for Universal Gravitation to to run an n-body physics simulation. Run in linux with: $ apt install libghc-sdl2-ttf-dev $ apt install libsdl2-gfx-dev $ git clone https://github.com/bcamp1/Gravisim.git ...
\\Users\\jiche\\.rustup\\toolchains\\stable-x86_64-pc-windows-msvc\\lib\\rustlib\\x86_64-pc-windows-msvc\\lib\\libcompiler_builtins-37f282c12d20ae8e.rlib" "SDL2_ttf.lib" "SDL2_image.lib" "SDL2_mixer.lib" "SDL2_gfx.lib" "advapi32.lib" "credui.lib" "kernel32.lib" "...
rust-doom/target/release/deps/libgfx-6bebdf3762ca88b8.rlib" "/home/k0pernicus/Documents/rust-doom/target/release/deps/liblog-6e27e2da5513596d.rlib" "/home/k0pernicus/Documents/rust-doom/target/release/deps/libmath-7b32f5d43a780379.rlib" "/home/k0pernicus/Documents/rust-doom/target/...
sdl2_gfx sdl2_mixer sdl2_image sdl2_ttf sdl2_use-bindgen sdl2_use-pkgconfig sdl2_use-vcpkg sdl2_use-mac_framework sdl2_bundled sdl2_static-link I have included an example of how to use this backend together with wgpu usingegui_wgpu_backend. It can be foundhere. ...
("cargo:rustc-link-arg=-Wl,-rpath,$ORIGIN"); **This ONLY works with SDL2, NOT SDL2_image, SDL2_mixer, SDL2_ttf, SDL2_gfx` Linux Install these through your favourite package management tool, or viahttp://www.libsdl.org/ Ubuntu example:...
Rust-SDL2 uses the MIT license. If you want a library compatible with earlier versions of SDL, please seehere Documentation latest crate update documentation. master documentation. The following features are enabled in the documentation: gfx
[dependencies.sdl2] git = "https://github.com/rust-sdl2/rust-sdl2"Otherwise, clone this repo and run cargocargo build You can enable features such as ttf, image, gfx and mixer by adding this instead:[dependencies.sdl2] version = "0.37" default-features = false features = ["ttf","...
("cargo:rustc-link-arg=-Wl,-rpath,@loader_path");#[cfg(target_os="linux")]println!("cargo:rustc-link-arg=-Wl,-rpath,$ORIGIN"); **This ONLY works with SDL2, NOT SDL2_image, SDL2_mixer, SDL2_ttf, SDL2_gfx` Linux Install these through your favourite package management tool, ...