Skip to content
Snippets Groups Projects

GPU backend

Merged prathi3 requested to merge gpu-cg into main
8 files
+ 23
23
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -9,10 +9,10 @@ name = "juno_antideps"
path = "src/main.rs"
[build-dependencies]
juno_build = { path = "../../juno_build" }
juno_build = { path = "../../juno_build", features = [] }
[dependencies]
juno_build = { path = "../../juno_build" }
hercules_rt = { path = "../../hercules_rt" }
juno_build = { path = "../../juno_build", features = [] }
hercules_rt = { path = "../../hercules_rt", features = [] }
with_builtin_macros = "0.1.0"
async-std = "*"
Loading