mirror of
https://github.com/vlang/v.git
synced 2025-09-15 23:42:28 +03:00
V 0.1.25
This commit is contained in:
parent
aa625bc22c
commit
5f76bd04f9
2 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
- doom.v
|
- doom.v
|
||||||
+ v ui
|
+ v ui
|
||||||
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
|
- ui/orm demo: a simple gui client for postgres/mysql/sqlite
|
||||||
- ui demo: calculator
|
+ ui demo: calculator
|
||||||
- declarative ui with hot reload (similar to swiftui)
|
- declarative ui with hot reload (similar to swiftui)
|
||||||
+ "building a simple blog with vweb" tutorial +
|
+ "building a simple blog with vweb" tutorial +
|
||||||
- youtube video
|
- youtube video
|
||||||
|
|
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
pub const (
|
pub const (
|
||||||
Version = '0.1.24'
|
Version = '0.1.25'
|
||||||
)
|
)
|
||||||
|
|
||||||
enum BuildMode {
|
enum BuildMode {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue