tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

vulkan_memory_allocator.gn (182B)


      1 config("vulkan_memory_allocator_config") {
      2   libs = [ "VulkanMemoryAllocator" ]
      3 }
      4 
      5 source_set("vulkan_memory_allocator") {
      6   public_configs = [ ":vulkan_memory_allocator_config" ]
      7 }