This commit is contained in:
2025-07-21 06:18:46 +02:00
parent 62932976dd
commit ddf5fcbbcc
268 changed files with 1614 additions and 2271 deletions

View File

@@ -9,7 +9,7 @@ Create a file `screen_example.vsh`:
```v
#!/usr/bin/env -S v run
import freeflowuniverse.herolib.osal.screen
import freeflowuniverse.herolib.osal.core as osal.screen
// Create a new screen factory
mut sf := screen.new()!