Skip to content

Commit

Permalink
Add Rust Playground
Browse files Browse the repository at this point in the history
  • Loading branch information
alinnert committed Nov 6, 2022
1 parent 8acede7 commit 601b60c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdevhome.github.io-vite",
"version": "2.0.14",
"version": "2.0.15",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down
6 changes: 6 additions & 0 deletions src/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,12 @@
"icon": "typescript",
"color": "#3178C6"
},
{
"title": "Rust Playground",
"url": "https://play.rust-lang.org",
"icon": "rust",
"color": "#000000"
},
{
"title": "DartPad",
"url": "https://dartpad.dev",
Expand Down

0 comments on commit 601b60c

Please sign in to comment.