update deps
This commit is contained in:
parent
517650984c
commit
4c5992d6ec
755
Cargo.lock
generated
755
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ edition = "2021"
|
||||||
authors = ["Fabien Freling <public@ffreling.com>"]
|
authors = ["Fabien Freling <public@ffreling.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minifb = "0.19.3"
|
minifb = "0.24"
|
||||||
|
|
||||||
# From https://fasterthanli.me/articles/my-ideal-rust-workflow#advice-start
|
# From https://fasterthanli.me/articles/my-ideal-rust-workflow#advice-start
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|
|
@ -29,14 +29,13 @@
|
||||||
in {
|
in {
|
||||||
packages.default = craneLib.buildPackage {
|
packages.default = craneLib.buildPackage {
|
||||||
src = craneLib.cleanCargoSource ./.;
|
src = craneLib.cleanCargoSource ./.;
|
||||||
|
};
|
||||||
|
|
||||||
# Add extra inputs here or any other derivation settings
|
devShells.default = pkgs.mkShell {
|
||||||
buildInputs = with pkgs; [
|
# Host tools
|
||||||
libxkbcommon
|
|
||||||
];
|
|
||||||
|
|
||||||
nativeBuildInputs = with pkgs; [
|
nativeBuildInputs = with pkgs; [
|
||||||
just
|
just
|
||||||
|
rustToolchain
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue