Skip to content

Commit

Permalink
(#24647) tracy: add version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jul 22, 2024
1 parent 876306c commit 500edab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions recipes/tracy/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.11.0":
url: "https://github.com/wolfpld/tracy/archive/refs/tags/v0.11.0.tar.gz"
sha256: "b591ef2820c5575ccbf17e2e7a1dc1f6b9a2708f65bfd00f4ebefad2a1ccf830"
"0.10":
url: "https://github.com/wolfpld/tracy/archive/refs/tags/v0.10.tar.gz"
sha256: "a76017d928f3f2727540fb950edd3b736caa97b12dbb4e5edce66542cbea6600"
Expand Down
7 changes: 4 additions & 3 deletions recipes/tracy/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
class TracyConan(ConanFile):
name = "tracy"
description = "C++ frame profiler"
topics = ("profiler", "performance", "gamedev")
homepage = "https://github.com/wolfpld/tracy"
url = "https://github.com/conan-io/conan-center-index"
license = ["BSD-3-Clause"]
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/wolfpld/tracy"
topics = ("profiler", "performance", "gamedev")
package_type = "library"
settings = "os", "arch", "compiler", "build_type"

# Existing CMake tracy options with default value
Expand Down
2 changes: 2 additions & 0 deletions recipes/tracy/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"0.11.0":
folder: all
"0.10":
folder: all
"0.9.1":
Expand Down

0 comments on commit 500edab

Please sign in to comment.