Skip to content

Commit

Permalink
Add gpu ram support in sdl
Browse files Browse the repository at this point in the history
  • Loading branch information
Redm4x committed Feb 29, 2024
1 parent 802cf34 commit c03c8fa
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 40 deletions.
1 change: 0 additions & 1 deletion deploy-web/next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
80 changes: 42 additions & 38 deletions deploy-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deploy-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"postinstall": "patch-package"
},
"dependencies": {
"@akashnetwork/akashjs": "0.5.0",
"@akashnetwork/akashjs": "0.5.4",
"@auth0/nextjs-auth0": "^3.1.0",
"@cosmjs/encoding": "^0.29.5",
"@cosmjs/stargate": "^0.29.5",
Expand Down
Loading

0 comments on commit c03c8fa

Please sign in to comment.