Skip to content

Commit

Permalink
add needed dor
Browse files Browse the repository at this point in the history
  • Loading branch information
syf20020816 committed Dec 4, 2024
1 parent 765d380 commit f5564ca
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
/target
Cargo.lock
/dist
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ keys = ["makepad", "genui", "cli"]
clap = { version = "4.5.21", features = ["derive"] }
colored = "2.1.0"
inquire = "0.7.5"
gen_utils = { path = "/Users/shengyifei/projects/gen_ui/GenUI/gen/utils", default-features = false, features = [
gen_utils = { path = "../../../gen_ui/GenUI/gen/utils", default-features = false, features = [
"compiler",
] }
toml_edit = "0.22.19"
which = "7.0.0"
chrono = "0.4.38"
makepad_gen_plugin = { path = "/Users/shengyifei/projects/gen_ui/GenUI/gen/generator/makepad" }
makepad_gen_plugin = { path = "../../../gen_ui/GenUI/gen/generator/makepad" }
log = "0.4.22"
56 changes: 56 additions & 0 deletions tests/v0.0.1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
# Test-v0.0.1

- date: 2024-12-04
- tester: Will Sheng

## Goal

- init
- check
- install
- config
- create
- run
- studio
- wasm
- pkg

## Platforms

### Macos

- [x] Goal

#### Issues

##### Makepad Wasm

```
Uncaught SyntaxError: unexpected token: '{'
use {WasmWebGL} from './makepad_platform/web_gl.js'
```

### Windows

- [x] Goal

#### Issues

##### Makepad Wasm

```
Uncaught SyntaxError: unexpected token: '{'
use {WasmWebGL} from './makepad_platform/web_gl.js'
```

##### pkg

1. Missing resource files
2. Need to run `cargo build --release` before package (missing target/releases/${project.exe})
3. setup_exe can not execute in other windows computer (link: 1)

### Linux (Ubuntu)

- [x] Goal

0 comments on commit f5564ca

Please sign in to comment.