webgpu
This commit is contained in:
parent
7e444a894a
commit
7fd3391cc4
2 changed files with 7 additions and 1 deletions
|
|
@ -125,7 +125,12 @@
|
||||||
(pkgs.buildFHSEnv {
|
(pkgs.buildFHSEnv {
|
||||||
name = "silk-fhs";
|
name = "silk-fhs";
|
||||||
runScript = "bash";
|
runScript = "bash";
|
||||||
targetPkgs = pkgs: with pkgs; [glfw assimp];
|
targetPkgs = pkgs:
|
||||||
|
with pkgs; [
|
||||||
|
glfw
|
||||||
|
assimp
|
||||||
|
wgpu-native
|
||||||
|
];
|
||||||
})
|
})
|
||||||
# jetbrains.idea-ultimate
|
# jetbrains.idea-ultimate
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
fd # find replacement
|
fd # find replacement
|
||||||
graphviz-nox
|
graphviz-nox
|
||||||
p7zip
|
p7zip
|
||||||
|
zip
|
||||||
unar
|
unar
|
||||||
jq
|
jq
|
||||||
openssl # for generating passwords
|
openssl # for generating passwords
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue