diff options
author | 398utubzyt <398utubzyt@gmail.com> | 2024-02-18 16:56:32 -0800 |
---|---|---|
committer | 398utubzyt <398utubzyt@gmail.com> | 2024-03-04 12:53:22 -0800 |
commit | 99500611b210c4027e5f28efb9c19843a06fa9b4 (patch) | |
tree | e9f3883b9b1b728254f0ff0a005ad8afd60900f8 /godot.manifest | |
parent | f77bc872114ebe77f1604db47b81016ff478ce17 (diff) | |
download | redot-engine-99500611b210c4027e5f28efb9c19843a06fa9b4.tar.gz |
Windows: Implement `DisplayServer::dialog_show` and `DisplayServer::dialog_input_text`
Diffstat (limited to 'godot.manifest')
-rw-r--r-- | godot.manifest | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/godot.manifest b/godot.manifest new file mode 100644 index 0000000000..30b80aff25 --- /dev/null +++ b/godot.manifest @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> + <dependency> + <dependentAssembly> + <assemblyIdentity + type='win32' + name='Microsoft.Windows.Common-Controls' + version='6.0.0.0' processorArchitecture='*' + publicKeyToken='6595b64144ccf1df' + language='*'/> + </dependentAssembly> + </dependency> +</assembly> |