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 {
|
||||
name = "silk-fhs";
|
||||
runScript = "bash";
|
||||
targetPkgs = pkgs: with pkgs; [glfw assimp];
|
||||
targetPkgs = pkgs:
|
||||
with pkgs; [
|
||||
glfw
|
||||
assimp
|
||||
wgpu-native
|
||||
];
|
||||
})
|
||||
# jetbrains.idea-ultimate
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
fd # find replacement
|
||||
graphviz-nox
|
||||
p7zip
|
||||
zip
|
||||
unar
|
||||
jq
|
||||
openssl # for generating passwords
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue