go.mod 254 字节
Newer Older
P
peterq 已提交
1 2 3 4 5 6 7 8 9 10
module github.com/peterq/pan-light/pc

require (
	github.com/peterq/pan-light/qt v0.0.0
	github.com/peterq/pan-light/qt/bindings v0.0.0
)

replace github.com/peterq/pan-light/qt/bindings => ../qt/bindings

replace github.com/peterq/pan-light/qt => ../qt