Skip to content

Commit

Permalink
Merge pull request #40 from oligami-0424/feature
Browse files Browse the repository at this point in the history
add ctrl+z ctrl+y ctrl+delete
  • Loading branch information
oligamiq authored Apr 8, 2023
2 parents a85424c + 05c8aec commit 4db7a4e
Show file tree
Hide file tree
Showing 12 changed files with 454 additions and 132 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>IroSphere</title>
<link rel="stylesheet" href="./src/style.scss">
</head>

<body>
Expand Down
200 changes: 198 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "irosphere",
"private": true,
"version": "1.0.2",
"version": "1.0.3",
"type": "module",
"scripts": {
"tauri": "tauri",
Expand All @@ -12,6 +12,7 @@
},
"devDependencies": {
"@types/three": "^0.150.1",
"sass": "^1.61.0",
"three": "^0.151.2",
"typescript": "^4.9.3",
"vite": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "IroSphere"
version = "1.0.2"
version = "1.0.3"
description = "A Tauri App"
authors = ["oligami"]
license = "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "IroSphere",
"version": "1.0.2"
"version": "1.0.3"
},
"tauri": {
"allowlist": {
Expand Down
Loading

0 comments on commit 4db7a4e

Please sign in to comment.