Update dependencies
This commit is contained in:
parent
37888d5835
commit
faeaf43f80
8 changed files with 1356 additions and 951 deletions
|
|
@ -29,9 +29,15 @@
|
|||
cargo = rust;
|
||||
rustc = rust;
|
||||
};
|
||||
rustPlatform = pkgs.makeRustPlatform {
|
||||
cargo = rust;
|
||||
rustc = rust;
|
||||
};
|
||||
in {
|
||||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
rustPlatform.bindgenHook
|
||||
pkgs.cmake
|
||||
rust
|
||||
self.packages.${system}.dioxus
|
||||
(naersk'.buildPackage trunk)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue