mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
add Pmw to tkinter package, and hopefully fix pygame
This commit is contained in:
parent
f008ebe351
commit
455c9b7f69
@ -36,7 +36,8 @@ class tk(package):
|
||||
'tkMessageBox', 'tkSimpleDialog')
|
||||
module('direct.showbase.TkGlobal',
|
||||
'direct.tkpanels',
|
||||
'direct.tkwidgets')
|
||||
'direct.tkwidgets',
|
||||
'Pmw')
|
||||
|
||||
class sqlite(package):
|
||||
config(display_name = "SQLite Interface")
|
||||
@ -55,6 +56,7 @@ class pygame(package):
|
||||
require('panda3d', 'numpy')
|
||||
|
||||
module('pygame', required = True)
|
||||
module('pygame.*')
|
||||
|
||||
class twisted(package):
|
||||
config(display_name = "Twisted")
|
||||
|
Loading…
x
Reference in New Issue
Block a user