mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 07:43:13 +00:00
Fix overloading bug due to #import .; Add sys/wgl.odin
This commit is contained in:
@@ -13,7 +13,7 @@ main :: proc() {
|
||||
Version 0.1.1
|
||||
|
||||
Added:
|
||||
* Dynamic Arrays [dynamic]Type`
|
||||
* Dynamic Arrays `[dynamic]Type`
|
||||
* Dynamic Maps `map[Key]Value`
|
||||
* Dynamic array and map literals
|
||||
* Custom struct alignemnt `struct #align 8 { bar: i8 }`
|
||||
|
||||
Reference in New Issue
Block a user