File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33** Project** : AI-native embedded development environment (Tauri 2 + React + TypeScript + Rust)
44** Platform** : Windows only
55** Git repo** : ` embedist/embedist/ ` (not the root ` embedist/ ` directory)
6- ** Latest release** : v0.16.0
6+ ** Latest release** : v0.16.1
77
88---
99
Original file line number Diff line number Diff line change 11{
22 "name" : " embedist" ,
3- "version" : " 0.16.0 " ,
3+ "version" : " 0.16.1 " ,
44 "description" : " AI-native embedded development environment" ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -58,6 +58,8 @@ pub fn run() {
5858 commands:: grep_search,
5959 commands:: run_shell,
6060 commands:: reveal_in_explorer,
61+ commands:: install_platformio,
62+ commands:: install_platform,
6163 ] )
6264 . run ( tauri:: generate_context!( ) )
6365 . unwrap_or_else ( |e| {
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://schema.tauri.app/config/2" ,
33 "productName" : " Embedist" ,
4- "version" : " 0.16.0 " ,
4+ "version" : " 0.16.1 " ,
55 "identifier" : " com.embedist.embedist" ,
66 "build" : {
77 "beforeDevCommand" : " npm run dev" ,
You can’t perform that action at this time.
0 commit comments