Skip to content

Commit

Permalink
Merge pull request #17 from puugz/main
Browse files Browse the repository at this point in the history
update deprecated core:runtime import to base:runtime
  • Loading branch information
floooh authored Jun 1, 2024
2 parents 6d59714 + 7919602 commit 06692eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vertexpull/main.odin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//------------------------------------------------------------------------------
package main

import "core:runtime"
import "base:runtime"
import slog "../../sokol/log"
import sg "../../sokol/gfx"
import sapp "../../sokol/app"
Expand Down

0 comments on commit 06692eb

Please sign in to comment.