woomer: 0.1.0 -> 0.2.0 (#423167)

This commit is contained in:
Seth Flynn 2025-07-14 20:32:13 -04:00 committed by GitHub
commit f236b64a98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,21 +8,22 @@
pkg-config,
rustPlatform,
wayland,
libgbm,
}:
rustPlatform.buildRustPackage rec {
pname = "woomer";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "coffeeispower";
repo = "woomer";
tag = version;
hash = "sha256-puALhN54ma2KToXUF8ipaYysyayjaSp+ISZ3AgQvniw=";
hash = "sha256-LcL43Wq+5d7HPsm2bEK0vZsjP/dixtNhMKywXMi4ODw=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-VQee/2adBvJpJDihWuo22JNyDKLkZ9PrVqWPB/gJ9Sw=";
cargoHash = "sha256-xll/A0synEsXy9kPThA3bR8LRuAOQH0T6CAfIEoYJ0w=";
strictDeps = true;
@ -35,6 +36,7 @@ rustPlatform.buildRustPackage rec {
buildInputs = [
glfw3
wayland
libgbm
];
# `raylib-sys` wants to compile examples that don't exist in its crate