Skip to content

Commit 13daa95

Browse files
authored
Merge pull request #33 from webdevhome/add-rust-playground
Add Rust Playground
2 parents 8acede7 + 601b60c commit 13daa95

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webdevhome.github.io-vite",
3-
"version": "2.0.14",
3+
"version": "2.0.15",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,12 @@
501501
"icon": "typescript",
502502
"color": "#3178C6"
503503
},
504+
{
505+
"title": "Rust Playground",
506+
"url": "https://play.rust-lang.org",
507+
"icon": "rust",
508+
"color": "#000000"
509+
},
504510
{
505511
"title": "DartPad",
506512
"url": "https://dartpad.dev",

0 commit comments

Comments
 (0)