woomer: 0.1.0 -> 0.2.0 (#423167)
This commit is contained in:
commit
f236b64a98
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user