mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-02 22:14:29 +01:00
audio/vorbis/internal/stb: Rename files
This commit is contained in:
parent
992f6c767a
commit
9bf2eaff58
@ -15,6 +15,6 @@
|
||||
package stb
|
||||
|
||||
//go:generate bash build.sh
|
||||
//go:generate file2byteslice -package=stb -input=decode.js -output=decodejs_file_js.go -var=decode_js
|
||||
//go:generate file2byteslice -package=stb -input=stbvorbis.js -output=stbvorbisjs_file_js.go -var=stbvorbis_js
|
||||
//go:generate file2byteslice -package=stb -input=wasm.js -output=wasmjs_file_js.go -var=wasm_js
|
||||
//go:generate file2byteslice -package=stb -input=decode.js -output=decodejs_file.go -var=decode_js
|
||||
//go:generate file2byteslice -package=stb -input=stbvorbis.js -output=stbvorbisjs_file.go -var=stbvorbis_js
|
||||
//go:generate file2byteslice -package=stb -input=wasm.js -output=wasmjs_file.go -var=wasm_js
|
||||
|
Loading…
Reference in New Issue
Block a user