Source: dawn
Section: devel
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders:
 Dominique Belhachemi <domibel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 libabsl-dev,
 libglfw3-dev,
 libvulkan-dev,
 libx11-xcb-dev,
 libxcursor-dev,
 libxext-dev,
 libxi-dev,
 libxinerama-dev,
 libxrandr-dev,
 libwayland-dev,
 python3,
Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/science-team/dawn
Vcs-Git: https://salsa.debian.org/science-team/dawn.git
Homepage: https://dawn.googlesource.com/dawn

Package: libwebgpu-dawn0
Architecture: amd64 arm64
Multi-Arch: same
Section: libs
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: WebGPU implementation - runtime library
 Dawn is a cross-platform implementation of the WebGPU standard.
 It provides a native C/C++ API for GPU computation and rendering
 backed by Vulkan, OpenGL ES, and other platform APIs.
 .
 This package contains the shared library.

Package: libwebgpu-dawn-dev
Architecture: amd64 arm64
Multi-Arch: same
Section: libdevel
Depends:
 libwebgpu-dawn0 (= ${binary:Version}),
 ${misc:Depends},
Description: WebGPU implementation - development files
 Dawn is a cross-platform implementation of the WebGPU standard.
 It provides a native C/C++ API for GPU computation and rendering
 backed by Vulkan, OpenGL ES, and other platform APIs.
 .
 This package contains the development headers, the dawn_glfw static library,
 and CMake integration files.
