devel/entt: Update 3.9.0 -> 3.10.0
Reported by: portscout
This commit is contained in:
parent
3038d6005b
commit
4da3d5823a
3 changed files with 9 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= entt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.9.0
|
||||
DISTVERSION= 3.10.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1643656188
|
||||
SHA256 (skypjack-entt-v3.9.0_GH0.tar.gz) = 1b06f1f6627c3702486855877bdeab6885f5d821d3dd78862126d4308c627c23
|
||||
SIZE (skypjack-entt-v3.9.0_GH0.tar.gz) = 647193
|
||||
TIMESTAMP = 1650173921
|
||||
SHA256 (skypjack-entt-v3.10.0_GH0.tar.gz) = 4c716cebf4f2964824da158dd58cc81d9f1e056a083538e22fb03ae2d64805ee
|
||||
SIZE (skypjack-entt-v3.10.0_GH0.tar.gz) = 676317
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
include/entt/config/config.h
|
||||
include/entt/config/macro.h
|
||||
include/entt/config/version.h
|
||||
include/entt/container/dense_hash_map.hpp
|
||||
include/entt/container/dense_hash_set.hpp
|
||||
include/entt/container/dense_map.hpp
|
||||
include/entt/container/dense_set.hpp
|
||||
include/entt/container/fwd.hpp
|
||||
include/entt/core/algorithm.hpp
|
||||
include/entt/core/any.hpp
|
||||
|
@ -29,6 +30,7 @@ include/entt/entity/observer.hpp
|
|||
include/entt/entity/organizer.hpp
|
||||
include/entt/entity/registry.hpp
|
||||
include/entt/entity/runtime_view.hpp
|
||||
include/entt/entity/sigh_storage_mixin.hpp
|
||||
include/entt/entity/snapshot.hpp
|
||||
include/entt/entity/sparse_set.hpp
|
||||
include/entt/entity/storage.hpp
|
||||
|
@ -58,8 +60,8 @@ include/entt/process/process.hpp
|
|||
include/entt/process/scheduler.hpp
|
||||
include/entt/resource/cache.hpp
|
||||
include/entt/resource/fwd.hpp
|
||||
include/entt/resource/handle.hpp
|
||||
include/entt/resource/loader.hpp
|
||||
include/entt/resource/resource.hpp
|
||||
include/entt/signal/delegate.hpp
|
||||
include/entt/signal/dispatcher.hpp
|
||||
include/entt/signal/emitter.hpp
|
||||
|
|
Loading…
Reference in a new issue