mirror of
https://github.com/wavetermdev/wails.git
synced 2026-08-05 13:53:43 -07:00
v3.0.0-alpha.3
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
" ",Mac,Windows,Linux,WSL
|
||||
`wails init`,:material-check-bold:,:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
`wails build`,:material-check-bold:,:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
`wails dev`," ",:material-check-bold:," ",:material-minus:
|
||||
`wails package`," ",:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
|
||||
|
@@ -0,0 +1,7 @@
|
||||
Scenario,Windows,Mac,Linux,WSL
|
||||
Same package,,,
|
||||
Different package,,,
|
||||
Different package with same name,,,
|
||||
Containing another struct from same package,,,
|
||||
Containing another struct from different package,,,
|
||||
Containing an anonymous struct,,,
|
||||
|
@@ -0,0 +1,7 @@
|
||||
Scenario,Windows,Mac,Linux,WSL
|
||||
Class model for struct in same package,,,
|
||||
Class model for struct in different package,,,
|
||||
Interface model for struct in same package,,,
|
||||
Interface model for struct in different package,,,
|
||||
Enum in same package,,,
|
||||
Enum in different package,,,
|
||||
|
@@ -0,0 +1,3 @@
|
||||
" ",Mac,Windows,Linux,WSL
|
||||
`wails dev`," ",:material-check-bold:," ",:material-minus:
|
||||
`wails package`," ",:material-check-bold:,:material-check-bold:,:material-check-bold:
|
||||
|
Reference in New Issue
Block a user