mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Add D language bindings generator (#1907)
This commit is contained in:
committed by
Бранимир Караџић
parent
9bfe1f1c60
commit
8431576b80
@@ -69,6 +69,10 @@ newaction {
|
||||
do
|
||||
local csgen = require "bindings-cs"
|
||||
csgen.write(csgen.gen(), "../bindings/cs/bgfx.cs")
|
||||
|
||||
local dgen = require "bindings-d"
|
||||
dgen.write(dgen.gen_types(), "../bindings/d/types.d")
|
||||
dgen.write(dgen.gen_funcs(), "../bindings/d/funcs.d")
|
||||
end
|
||||
|
||||
os.exit()
|
||||
|
||||
Reference in New Issue
Block a user