Initial Commit
This commit is contained in:
37
config/features.json
Normal file
37
config/features.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"fullscreen": {
|
||||
"libs": {
|
||||
"pygame": {
|
||||
"ver_implemented": [2, 0, 0]
|
||||
}
|
||||
},
|
||||
"is_active": false
|
||||
},
|
||||
|
||||
"vsync": {
|
||||
"libs": {
|
||||
"pygame": {
|
||||
"ver_implemented": [2, 0, 0]
|
||||
}
|
||||
},
|
||||
"is_active": false
|
||||
},
|
||||
|
||||
"matchcase": {
|
||||
"libs": {
|
||||
"python": {
|
||||
"ver_implemented": [3, 10, 0]
|
||||
}
|
||||
},
|
||||
"is_active": false
|
||||
},
|
||||
|
||||
"resizeable": {
|
||||
"libs": {
|
||||
"pygame": {
|
||||
"ver_implemented": [2, 0, 0]
|
||||
}
|
||||
},
|
||||
"is_active": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user