Skip to content

Commit 408968d

Browse files
committed
Created new logo; release candidate 5
1 parent 3e6de1a commit 408968d

18 files changed

+12
-19
lines changed

.vscode/launch.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,6 @@
9191
"terminalName": "Cargo",
9292
"showTerminal": true
9393
},
94-
{
95-
"name": "Build release for all Platforms",
96-
"type": "f5anything",
97-
"request": "launch",
98-
"command": "cargo build --release --target wasm32-unknown-unknown; cargo build --release --target x86_64-pc-windows-msvc; cargo build --release --target x86_64-apple-darwin; cargo build --release --target x86_64-unknown-linux-gnu",
99-
"terminalName": "Cargo",
100-
"showTerminal": true
101-
},
10294
{
10395
"name": "Vite",
10496
"type": "f5anything",

16x16.png

-48 Bytes
Loading

32x32.png

101 Bytes
Loading

64x64.png

216 Bytes
Loading

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust_graph_visualiser"
3-
version = "1.9.4"
3+
version = "1.9.5"
44
edition = "2021"
55
authors = ["Sandra"]
66
repository = "https://github.com/an-Iceberg/rust_graph_visualiser"

big.txt

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/favicon.png

216 Bytes
Loading

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
event.preventDefault()
122122
}, false);
123123
</script>
124-
<script>load("[email protected].4.wasm");</script>
124+
<script>load("[email protected].5.wasm");</script>
125125
</body>
126126

127127
</html>
4.62 MB
Binary file not shown.

0 commit comments

Comments
 (0)