("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, or via...
"use-vcpkg static-link gfx image ttf mixer" RUST_TEST_THREADS: 1 run: | set -xeuo pipefail rustc --version cargo --version cargo build --features "${CI_BUILD_FEATURES}" cargo build --examples --features "${CI_BUILD_FEATURES}" cargo test --features "${CI_BUILD_FEATURES}...
= note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) error: could not compile `tetanes` (bin "tetanes") due to 1 previous error 我尝试了这里...
Star Here are 319 public repositories matching this topic... Language:All Filter by language All319C++157C109CMake12Ada3C#3HTML3Java3JavaScript3Rust3Nim2 Sort:Most stars Sort options Most starsFewest starsMost forksFewest forksRecently updatedLeast recently updated ...
Debug ci (Rust-SDL2#1085) Browse filesBrowse the repository at this point in the history * Add verbose flag (-v) to `cargo vcpkg build` in CI * Fix CI so that it works for all platforms master (Rust-SDL2/rust-sdl2#1085)
For more details and installation options see therust-sdl2documentation. macOS, Linux, or Windows 10 Subsystem for Linux (homebrew) brew install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_ttf Linux (package manager) Note: The minimumSDL2version is2.0.20. Some package managers may not have ...
mingw-w64-rust-git mingw-w64-rust mingw-w64-rxspencer mingw-w64-schroedinger mingw-w64-scite mingw-w64-sed mingw-w64-sfml mingw-w64-shapelib mingw-w64-shared-mime-info mingw-w64-shiboken-qt4 mingw-w64-shishi-git mingw-w64-silc-toolkit mingw-w64-simage-hg mingw-w64-simvo...
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/...
Updated Sep 5, 2023 Rust mjkloeckner / mandelbrot Star 0 Code Issues Pull requests simple mandelbrot set visualizer visualization c sdl2 mandelbrot Updated Dec 26, 2022 C KorigamiK / Murl Star 0 Code Issues Pull requests OpenGL based Music Visualization tool visualization music openg...
("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:...