From b5a8c8e283570a4ecce96ea833f5fee7be0fa26e Mon Sep 17 00:00:00 2001 From: elvis Date: Thu, 23 Oct 2025 00:19:02 +0200 Subject: [PATCH] im dumb --- reaction_systems_gui/Cargo.toml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/reaction_systems_gui/Cargo.toml b/reaction_systems_gui/Cargo.toml index 4685ac0..7c3379c 100644 --- a/reaction_systems_gui/Cargo.toml +++ b/reaction_systems_gui/Cargo.toml @@ -20,17 +20,11 @@ getrandom = "0.3" # dependency that has to be specified correctly for wasm layout-rs = "0.1" rfd = "*" # for file selection ron = "*" # for serialization -# rsprocess = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } -# assert = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } -# execution = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } -# bisimilarity = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } -# grammar_separated = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } - -rsprocess = { version = "*", path = "../../ReactionSystems/rsprocess/" } -assert = { version = "*", path = "../../ReactionSystems/assert/" } -execution = { version = "*", path = "../../ReactionSystems/execution/" } -bisimilarity = { version = "*", path = "../../ReactionSystems/bisimilarity/" } -grammar_separated = { version = "*", path = "../../ReactionSystems/grammar_separated/" } +rsprocess = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } +assert = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } +execution = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } +bisimilarity = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } +grammar_separated = { version = "*", git = "https://tautocrono.it/elvis/ReactionSystems.git" } [target.'cfg(all(target_arch = "wasm32", not(target_os = "emscripten")))'.dependencies]