|
| 1 | +# openvm |
| 2 | +# same order and features as zkvm-prover/Cargo.toml.gpu |
| 3 | +[patch."ssh://git@github.com/scroll-tech/openvm-gpu.git"] |
| 4 | +openvm = { path = "/openvm-gpu/crates/toolchain/openvm", default-features = false } |
| 5 | +openvm-algebra-complex-macros = { path = "/openvm-gpu/extensions/algebra/complex-macros", default-features = false } |
| 6 | +openvm-algebra-guest = { path = "/openvm-gpu/extensions/algebra/guest", default-features = false } |
| 7 | +openvm-bigint-guest = { path = "/openvm-gpu/extensions/bigint/guest", default-features = false } |
| 8 | +openvm-build = { path = "/openvm-gpu/crates/toolchain/build", default-features = false } |
| 9 | +openvm-circuit = { path = "/openvm-gpu/crates/vm", default-features = false } |
| 10 | +openvm-custom-insn = { path = "/openvm-gpu/crates/toolchain/custom_insn", default-features = false } |
| 11 | +openvm-continuations = { path = "/openvm-gpu/crates/continuations", default-features = false } |
| 12 | +openvm-ecc-guest = { path = "/openvm-gpu/extensions/ecc/guest", default-features = false } |
| 13 | +openvm-instructions ={ path = "/openvm-gpu/crates/toolchain/instructions", default-features = false } |
| 14 | +openvm-keccak256-guest = { path = "/openvm-gpu/extensions/keccak256/guest", default-features = false } |
| 15 | +openvm-native-circuit = { path = "/openvm-gpu/extensions/native/circuit", default-features = false } |
| 16 | +openvm-native-compiler = { path = "/openvm-gpu/extensions/native/compiler", default-features = false } |
| 17 | +openvm-native-recursion = { path = "/openvm-gpu/extensions/native/recursion", default-features = false } |
| 18 | +openvm-native-transpiler = { path = "/openvm-gpu/extensions/native/transpiler", default-features = false } |
| 19 | +openvm-pairing-guest = { path = "/openvm-gpu/extensions/pairing/guest", default-features = false } |
| 20 | +openvm-rv32im-guest = { path = "/openvm-gpu/extensions/rv32im/guest", default-features = false } |
| 21 | +openvm-rv32im-transpiler = { path = "/openvm-gpu/extensions/rv32im/transpiler", default-features = false } |
| 22 | +openvm-sdk = { path = "/openvm-gpu/crates/sdk", default-features = false, features = ["parallel", "bench-metrics"] } |
| 23 | +openvm-sha256-guest = { path = "/openvm-gpu/extensions/sha256/guest", default-features = false } |
| 24 | +openvm-transpiler = { path = "/openvm-gpu/crates/toolchain/transpiler", default-features = false } |
0 commit comments