mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Remove cmark from all_vendor.odin
This commit is contained in:
@@ -2,7 +2,7 @@ package all
|
||||
|
||||
import botan "vendor:botan"
|
||||
import cgltf "vendor:cgltf"
|
||||
import commonmark "vendor:commonmark"
|
||||
// import commonmark "vendor:commonmark"
|
||||
import ENet "vendor:ENet"
|
||||
import exr "vendor:OpenEXRCore"
|
||||
import ggpo "vendor:ggpo"
|
||||
@@ -31,7 +31,7 @@ import lua_5_4 "vendor:lua/5.4"
|
||||
|
||||
_ :: botan
|
||||
_ :: cgltf
|
||||
_ :: commonmark
|
||||
// _ :: commonmark
|
||||
_ :: ENet
|
||||
_ :: exr
|
||||
_ :: ggpo
|
||||
|
||||
Reference in New Issue
Block a user